home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the mouseCast = 1 then
- go("um")
- end if
- if rollOver(20) then
- set the visible of sprite 20 to 1
- else
- set the visible of sprite 20 to 0
- end if
- if rollOver(21) then
- set the visible of sprite 21 to 1
- else
- set the visible of sprite 21 to 0
- end if
- if rollOver(24) then
- set the visible of sprite 24 to 1
- else
- set the visible of sprite 24 to 0
- end if
- go(the frame)
- end
-